Biogeochemistry Section 1ΒΆ

import holoviews as hv
import panel as pn
import xarray as xr

from plotting import plot_comparison, plot_interactive, plot_variable
from config import analysis_config

pn.extension()
hv.extension('bokeh')
ds = xr.open_zarr('cached_output/averages_year_081_100.zarr')

Phosphate (PO4)ΒΆ

plot_variable(ds, 'PO4')

Vertical Integral of Diatom C Fixation (photoC_diat_zint)ΒΆ

plot_variable(ds, 'photoC_diat_zint')

Vertical Integral of Diazotroph C Fixation (photoC_diaz_zint)ΒΆ

plot_variable(ds, 'photoC_diaz_zint')